From df964c1d716de4d7707ebc3e4b00dbfdc0229c72 Mon Sep 17 00:00:00 2001 From: "emellor@leeni.uk.xensource.com" Date: Wed, 7 Dec 2005 10:51:55 +0000 Subject: [PATCH] Remove one of the multiple occurrences of vcpus in the sxpr. This value is in ROUNDTRIPPING_CONFIG_ENTRIES, so there is no need for it to be mentioned explicitly in sxpr() too. Signed-off-by: Ewan Mellor --- tools/python/xen/xend/XendDomainInfo.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py index 0016f95893..13eae448b7 100644 --- a/tools/python/xen/xend/XendDomainInfo.py +++ b/tools/python/xen/xend/XendDomainInfo.py @@ -1041,7 +1041,6 @@ class XendDomainInfo: sxpr.append(['shutdown_reason', reason]) if self.infoIsSet('cpu_time'): sxpr.append(['cpu_time', self.info['cpu_time']/1e9]) - sxpr.append(['vcpus', self.info['vcpus']]) sxpr.append(['online_vcpus', self.info['online_vcpus']]) if self.infoIsSet('start_time'): -- 2.30.2